From 0725e417c564800fdd29976ba6288472ae8f1352 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Jun 2011 11:11:47 -0400 Subject: [PATCH] Fix css syntax in example --- gtk/gtkstylecontext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 9ac9b47b67..7219ac8659 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -2113,8 +2113,8 @@ _gtk_style_context_check_region_name (const gchar *str) * Pseudo-classes are used for matching @flags, so the two * following rules: * - * GtkTreeView row:nth-child (even) { ... } - * GtkTreeView row:nth-child (odd) { ... } + * GtkTreeView row:nth-child(even) { ... } + * GtkTreeView row:nth-child(odd) { ... } * * * would apply to even and odd rows, respectively. -- 2.30.2